home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-08-19 | 874 b | 34 lines | [TEXT/MPS ] |
- ; *********************************************************
- ;
- ; File: E16.HyperXCMD
- ;
- ; For use with HyperCard IIGS version 1.1
- ;
- ; Copyright © Apple Computer, Inc. 1990-91
- ; All Rights Reserved
- ;
- ; *********************************************************
-
- ; Offset constants for XCMDBlock
-
- oxbParamCount EQU 0
- oxbParams EQU 2
- oxbReturnValue EQU 66
- oxbPassFlag EQU 70
- oxbUserID EQU 72
- oxbReturnStat EQU 74
-
- ; XCMDBlock constants for event.what
-
- xOpenEvt EQU 1000 ; the first event after you are created }
- xCloseEvt EQU 1001 ; your window is being forced close }
- xHidePalettesEvt EQU 1004 ; someone called HideHCPalettes }
- xShowPalettesEvt EQU 1005 ; someone called ShowHCPalettes }
- xCursorWithin EQU 1300 ; cursor is within the window }
-
- ; XWindow styles
- xWindoidStyle EQU 0
- xRectStyle EQU 1
- xShadowStyle EQU 2
- xDialogStyle EQU 3
-